Webcom Android SDK Public API Reference / com.orange.webcom.sdkv2.authentication / AuthenticationMethod

AuthenticationMethod

abstract class AuthenticationMethod

Base class for all authentication methods provided within the com.orange.webcom.sdkv2.authentication.methods package.

Types

Internal

abstract class Internal : AuthenticationMethod

Base class for authentication methods that manage users of a Webcom internal identity provider.

Inheritors

CustomMethod

class CustomMethod : AuthenticationMethod

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

GuestMethod

class GuestMethod : AuthenticationMethod

Manages authentication of guest users for a Webcom application.

Internal

abstract class Internal : AuthenticationMethod

Base class for authentication methods that manage users of a Webcom internal identity provider.

OAuth2Method

class OAuth2Method : AuthenticationMethod

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

OrangeMobileNetworkMethod

class OrangeMobileNetworkMethod : AuthenticationMethod

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