Package oracle.cloud.bots.mobile.core
Interface AuthenticationTokenProvider
-
public interface AuthenticationTokenProvider
An interface that is used to generate a new authentication token.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getAuthToken()
Generates and returns the authentication token
-
-
-
Method Detail
-
getAuthToken
java.lang.String getAuthToken()
Generates and returns the authentication token- Returns:
- The authentication token
- See Also:
authTokenProvider(AuthenticationTokenProvider)
-
-