NetIQ Mobile SDK for iOS  2.0
Access Manager iOS Framework for OAuth & OIDC
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;
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 OIDScopeProfile
This scope value requests access to the End-User&#39;s default profile Claims, which are: name...
NSString *const OIDScopePhone
This scope value requests access to the phone_number and phone_number_verified Claims.