A
C
D
E
G
H
O
P
R
S
T
V
W
A
- authorize(java.net.URL,java.net.URL,java.lang.String,java.lang.String,kotlin.Array) - function in com.ibm.security.verifysdk.authentication.OAuthProvider
- The authorization code is obtained by using an authorization server as an intermediary between the client and resource owner.
- authorize(java.net.URL,java.lang.String,java.lang.String,kotlin.Array) - function in com.ibm.security.verifysdk.authentication.OAuthProvider
- The resource owner password credentials (i.e., username and password) can be used directly as an authorization grant to obtain an access token.
- authorizeWithBrowser(java.net.URL,java.lang.String,java.lang.String,com.ibm.security.verifysdk.authentication.CodeChallengeMethod,kotlin.Array,java.lang.String,androidx.activity.ComponentActivity) - function in com.ibm.security.verifysdk.authentication.OAuthProvider
- Launches Chrome Custom Tabs to initiate the authorization code (AZN) flow using optional Proof Key for Code Exchange (PKCE).