AppAuth
Variables
OIDGrantTypes.h File Reference

AppAuth iOS SDK. More...

#import <Foundation/Foundation.h>

Go to the source code of this file.

Variables

NSString *const OIDGrantTypeAuthorizationCode
 For exchanging an authorization code for an access token. More...
 
NSString *const OIDGrantTypeRefreshToken
 For refreshing an access token with a refresh token. More...
 
NSString *const OIDGrantTypePassword
 For obtaining an access token with a username and password. More...
 
NSString *const OIDGrantTypeClientCredentials
 For obtaining an access token from the token endpoint using client credentials. More...
 

Detailed Description

AppAuth iOS SDK.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Variable Documentation

◆ OIDGrantTypeAuthorizationCode

NSString* const OIDGrantTypeAuthorizationCode

For exchanging an authorization code for an access token.

See also
https://tools.ietf.org/html/rfc6749#section-4.1.3

◆ OIDGrantTypeClientCredentials

NSString* const OIDGrantTypeClientCredentials

For obtaining an access token from the token endpoint using client credentials.

See also
https://tools.ietf.org/html/rfc6749#section-3.2.1
https://tools.ietf.org/html/rfc6749#section-4.4.2

◆ OIDGrantTypePassword

NSString* const OIDGrantTypePassword

For obtaining an access token with a username and password.

See also
https://tools.ietf.org/html/rfc6749#section-4.3.2

◆ OIDGrantTypeRefreshToken

NSString* const OIDGrantTypeRefreshToken

For refreshing an access token with a refresh token.

See also
https://tools.ietf.org/html/rfc6749#section-6