A
C
D
E
G
H
O
P
R
S
T
V
W
A
- authorize(URL,URL,String,String,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(URL,String,String,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(URL,String,String,CodeChallengeMethod,Array,String,AppCompatActivity) - 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).