Difference between revisions of "Authenticate (Activity)"
(→Example) |
(→Description) |
||
Line 5: | Line 5: | ||
= Description = | = Description = | ||
{{ActivityInfoBox | {{ActivityInfoBox | ||
− | | title = | + | | title = Authenticate |
− | | name = | + | | name = Authenticate |
| image = | | image = | ||
− | | imagecaption = Activity | + | | imagecaption = Activity Authenticate |
| purpose = Push a single object | | purpose = Push a single object | ||
− | | category = UBIK | + | | category = UBIK Stuido |
| returns = true if successful | | returns = true if successful | ||
| version = 2.4.2+ | | version = 2.4.2+ | ||
Line 54: | Line 54: | ||
Use this activity to push a single object to certain {{UBIK}} Clients. The criterions to which clients the object should be actually pushed can be defined with subsequent PushCriterion activities. | Use this activity to push a single object to certain {{UBIK}} Clients. The criterions to which clients the object should be actually pushed can be defined with subsequent PushCriterion activities. | ||
It is a nestable activity, which means it can host any amount of sub-activities that will be processed sequentially. The hosted activities are typically Push criterions like PushCriterionLogin, either as direct children but also wrapped within looping activities like ForEach or While. | It is a nestable activity, which means it can host any amount of sub-activities that will be processed sequentially. The hosted activities are typically Push criterions like PushCriterionLogin, either as direct children but also wrapped within looping activities like ForEach or While. | ||
+ | |||
=Example= | =Example= |
Revision as of 13:11, 25 March 2020
This activity pushes a single content object to UBIK® Push service participants.