Webex Auth Delegate
+ An interface for login related event callbacks.
Since
3.11.2
diff --git a/-s-d-k/com.ciscowebex.androidsdk.webhook/-webhook-client/create.html b/-s-d-k/com.ciscowebex.androidsdk.webhook/-webhook-client/create.html index 8e12774a..68cd8dc1 100644 --- a/-s-d-k/com.ciscowebex.androidsdk.webhook/-webhook-client/create.html +++ b/-s-d-k/com.ciscowebex.androidsdk.webhook/-webhook-client/create.html @@ -47,7 +47,7 @@
Posts a webhook for the authenticated user.
0.1
A user-friendly name for this webhook.
The URL that receives POST requests for each event.
The resource type for the webhook.
The event type for the webhook.
The filter that defines the webhook scope.
Secret use to generate payload signiture
A closure to be executed once the request has finished.
Posts a webhook for the authenticated user.
0.1
A user-friendly name for this webhook.
The URL that receives POST requests for each event.
The resource type for the webhook.
The event type for the webhook.
The filter that defines the webhook scope.
Secret use to generate payload signature
A closure to be executed once the request has finished.
This will notify when user is logged out and re login is required
3.11.2
Register for WebexAuthDelegate instance to receive all authentication related event callbacks
3.11.2
An interface for login related event callbacks.