abstract class AuthenticationMethod
Base class for all authentication methods provided within the com.orange.webcom.sdkv2.authentication.methods package.
abstract class Internal : AuthenticationMethod
Base class for authentication methods that manage users of a Webcom internal identity provider. |
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. |
|
abstract class Internal : AuthenticationMethod
Base class for authentication methods that manage users of a Webcom internal identity provider. |
|
class OAuth2Method : AuthenticationMethod
Manages authentication of users by delegation to a third-party OAuth2 identity provider. |
|
class OrangeMobileNetworkMethod : AuthenticationMethod
Manages authentication of users based on the used Orange mobile data network. |