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

Context

enum class Context

Represents an authentication context.

It is intended to be passed to the authenticate method of the chosen AuthenticationMethod.

Enum Values

Current

Means the next authentication will be performed in the context of the current one, resulting in adding a new authentication factor to it.

New

Means the next authentication will be performed "freshly", forgetting the current authentication context if any, resulting in a new authentication context with a single factor.