ResourceOwnerFlow
Deprecated
The Android-only ResourceOwnerFlow is deprecated in favor of the KMP variant, which works on Android and JVM. Use com.okta.oauth2.kmp.ResourceOwnerFlow instead. This class will be removed in a future major release.
An authentication flow class that implements the Resource Owner Flow exchange.
This simple authentication flow permits a user to authenticate using a simple username and password. As such, the configuration is straightforward.
Important: Resource Owner authentication does not support MFA or other more secure authentication models, and is not recommended for production applications.
Constructors
Link copied to clipboard
constructor()
Initializes a resource owner flow.
Initializes a resource owner flow using the OidcConfiguration.