Package com.orange.webcom.sdk.authentication.methods

Provides the available authentication methods for the Webcom Authentication service.

Types

Link copied to clipboard
class CustomMethod : AuthenticationMethod

Manages authentication of users based on an external ad-hoc (custom) identity provider.

Link copied to clipboard
class GuestMethod : AuthenticationMethod

Manages authentication of guest users for a Webcom application.

Link copied to clipboard
class OAuth2Method : AuthenticationMethod

Manages authentication of users by delegation to a third-party OAuth2 identity provider.

Link copied to clipboard
class OneTimePasswordMethod : AuthenticationMethod.Internal

Manages users of a given identity provider that authenticates users based on their identifier and a generated one-time password sent to them.

Link copied to clipboard
class OrangeMobileNetworkMethod : AuthenticationMethod

Manages authentication of users based on the used Orange mobile data network.

Link copied to clipboard
class PersonalPasswordMethod : AuthenticationMethod.Internal

Manages users of a given identity provider that authenticates users based on their identifier and a personal password they can set or update.