NetIQ Mobile SDK for iOS  2.0
Access Manager iOS Framework for OAuth & OIDC
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;
NSString *const OIDGrantTypeClientCredentials
For obtaining an access token from the token endpoint using client credentials.
NSString *const OIDGrantTypeAuthorizationCode
For exchanging an authorization code for an access token.
NSString *const OIDGrantTypeRefreshToken
For refreshing an access token with a refresh token.
NSString *const OIDGrantTypePassword
For obtaining an access token with a username and password.