Provides the available authentication methods for the Webcom Authentication service.
class CustomMethod : AuthenticationMethod
Manages authentication of users based on an external ad-hoc (custom) identity provider. |
|
class GuestMethod : AuthenticationMethod
Manages authentication of guest users for a Webcom application. |
|
class OAuth2Method : AuthenticationMethod
Manages authentication of users by delegation to a third-party OAuth2 identity provider. |
|
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. |
|
class OrangeMobileNetworkMethod : AuthenticationMethod
Manages authentication of users based on the used Orange mobile data network. |
|
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. |