AppAuth
OIDGrantTypes.h
Go to the documentation of this file.
1 
19 #import <Foundation/Foundation.h>
20 
24 extern NSString *const OIDGrantTypeAuthorizationCode;
25 
29 extern NSString *const OIDGrantTypeRefreshToken;
30 
34 extern NSString *const OIDGrantTypePassword;
35 
40 extern NSString *const OIDGrantTypeClientCredentials;
OIDGrantTypePassword
NSString *const OIDGrantTypePassword
For obtaining an access token with a username and password.
OIDGrantTypeClientCredentials
NSString *const OIDGrantTypeClientCredentials
For obtaining an access token from the token endpoint using client credentials.
OIDGrantTypeAuthorizationCode
NSString *const OIDGrantTypeAuthorizationCode
For exchanging an authorization code for an access token.
OIDGrantTypeRefreshToken
NSString *const OIDGrantTypeRefreshToken
For refreshing an access token with a refresh token.