AppAuth
OIDScopes.h
Go to the documentation of this file.
1 
19 #import <Foundation/Foundation.h>
20 
24 extern NSString *const OIDScopeOpenID;
25 
31 extern NSString *const OIDScopeProfile;
32 
36 extern NSString *const OIDScopeEmail;
37 
41 extern NSString *const OIDScopeAddress;
42 
46 extern NSString *const OIDScopePhone;
OIDScopeAddress
NSString *const OIDScopeAddress
This scope value requests access to the address Claim.
OIDScopeOpenID
NSString *const OIDScopeOpenID
Scope that indicates this request is an OpenID Connect request.
OIDScopeProfile
NSString *const OIDScopeProfile
This scope value requests access to the End-User's default profile Claims, which are: name,...
OIDScopeEmail
NSString *const OIDScopeEmail
This scope value requests access to the email and email_verified Claims.
OIDScopePhone
NSString *const OIDScopePhone
This scope value requests access to the phone_number and phone_number_verified Claims.