AppAuth
|
AppAuth iOS SDK. More...
#import <Foundation/Foundation.h>
Go to the source code of this file.
Variables | |
NSString *const | OIDScopeOpenID |
Scope that indicates this request is an OpenID Connect request. More... | |
NSString *const | OIDScopeProfile |
This scope value requests access to the End-User's default profile Claims, which are: name, family_name, given_name, middle_name, nickname, preferred_username, profile, picture, website, gender, birthdate, zoneinfo, locale, and updated_at. More... | |
NSString *const | OIDScopeEmail |
This scope value requests access to the email and email_verified Claims. More... | |
NSString *const | OIDScopeAddress |
This scope value requests access to the address Claim. More... | |
NSString *const | OIDScopePhone |
This scope value requests access to the phone_number and phone_number_verified Claims. More... | |
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.
NSString* const OIDScopeAddress |
This scope value requests access to the address Claim.
NSString* const OIDScopeEmail |
This scope value requests access to the email and email_verified Claims.
NSString* const OIDScopeOpenID |
Scope that indicates this request is an OpenID Connect request.
NSString* const OIDScopePhone |
This scope value requests access to the phone_number and phone_number_verified Claims.
NSString* const OIDScopeProfile |
This scope value requests access to the End-User's default profile Claims, which are: name, family_name, given_name, middle_name, nickname, preferred_username, profile, picture, website, gender, birthdate, zoneinfo, locale, and updated_at.