Package com. orange. webcom. sdk. authentication
Exposes the API of the Webcom Authentication service.
Types
Provides properties related to the account of an authenticated user.
Function called with the result of an authentication operation.
Provides properties related to the authentication of a user.
Represents an authentication event as expected by the callback functions passed to the AuthenticationService.subscribe method.
Provides properties related to an authentication factor of an authenticated user.
Base class for all authentication methods provided within the com.orange.webcom.sdk.authentication.methods package.
The Webcom service that makes it possible to authenticate users and manage identities (or authentication means) of users on a Webcom application.
Represents the transition to an authentication state.
Provides some optional extra properties related to the identity of an authenticated user, in case of an authentication based on the OAuth2Method.
Provides properties related to the identity of an authenticated user, in addition to the AuthenticationFactor properties.
Properties
Convenient shortcut to service(AuthenticationService::class
to retrieve the unique instance of AuthenticationService associated with this WebcomApplication.