AppAuth
Variables
OIDScopes.h File Reference

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...
 

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

◆ OIDScopeAddress

NSString* const OIDScopeAddress

This scope value requests access to the address Claim.

See also
http://openid.net/specs/openid-connect-core-1_0.html#ScopeClaims

◆ OIDScopeEmail

NSString* const OIDScopeEmail

This scope value requests access to the email and email_verified Claims.

See also
http://openid.net/specs/openid-connect-core-1_0.html#ScopeClaims

◆ OIDScopeOpenID

NSString* const OIDScopeOpenID

Scope that indicates this request is an OpenID Connect request.

See also
http://openid.net/specs/openid-connect-core-1_0.html#AuthRequestValidation

◆ OIDScopePhone

NSString* const OIDScopePhone

This scope value requests access to the phone_number and phone_number_verified Claims.

See also
http://openid.net/specs/openid-connect-core-1_0.html#ScopeClaims

◆ OIDScopeProfile

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.

See also
http://openid.net/specs/openid-connect-core-1_0.html#ScopeClaims