Uses of Class
com.yoti.api.client.docs.session.create.NotificationConfig.Builder
Packages that use NotificationConfig.Builder
-
Uses of NotificationConfig.Builder in com.yoti.api.client.docs.session.create
Methods in com.yoti.api.client.docs.session.create that return NotificationConfig.BuilderModifier and TypeMethodDescriptionstatic NotificationConfig.BuilderNotificationConfig.builder()NotificationConfig.Builder.forCheckCompletion()Adds CHECK_COMPLETION to the list of topics that trigger notification messagesNotificationConfig.Builder.forClientSessionCompletion()Adds CLIENT_SESSION_TOKEN_DELETED to the list of topics that trigger notification messagesNotificationConfig.Builder.forResourceUpdate()Adds RESOURCE_UPDATE to the list of topics that trigger notification messagesNotificationConfig.Builder.forSessionCompletion()Adds SESSION_COMPLETION to the list of topics that trigger notification messagesNotificationConfig.Builder.forTaskCompletion()Adds TASK_COMPLETION to the list of topics that trigger notification messagesNotificationConfig.Builder.withAuthToken(String authToken) Sets the authorization token to be included in call-back messagesNotificationConfig.Builder.withAuthTypeBasic()Sets the authorization type to BASIC.NotificationConfig.Builder.withAuthTypeBearer()Sets the authorization type to BEARER.NotificationConfig.Builder.withEndpoint(String endpoint) Sets the endpoint that notifications should be sent toAdds a topic to the list of topics that trigger notification messages