AppAuth
Source
OIDClientMetadataParameters.h
Go to the documentation of this file.
1
19
#import <Foundation/Foundation.h>
20
21
NS_ASSUME_NONNULL_BEGIN
22
25
extern
NSString *
const
OIDTokenEndpointAuthenticationMethodParam
;
26
29
extern
NSString *
const
OIDApplicationTypeParam
;
30
33
extern
NSString *
const
OIDRedirectURIsParam
;
34
37
extern
NSString *
const
OIDResponseTypesParam
;
38
41
extern
NSString *
const
OIDGrantTypesParam
;
42
45
extern
NSString *
const
OIDSubjectTypeParam
;
46
49
extern
NSString *
const
OIDApplicationTypeNative
;
50
51
NS_ASSUME_NONNULL_END
OIDTokenEndpointAuthenticationMethodParam
NSString *const OIDTokenEndpointAuthenticationMethodParam
Parameter name for the token endpoint authentication method.
OIDRedirectURIsParam
NSString *const OIDRedirectURIsParam
Parameter name for the redirect URI values.
OIDApplicationTypeParam
NSString *const OIDApplicationTypeParam
Parameter name for the application type.
OIDResponseTypesParam
NSString *const OIDResponseTypesParam
Parameter name for the response type values.
OIDGrantTypesParam
NSString *const OIDGrantTypesParam
Parameter name for the grant type values.
OIDSubjectTypeParam
NSString *const OIDSubjectTypeParam
Parameter name for the subject type.
OIDApplicationTypeNative
NSString *const OIDApplicationTypeNative
Application type that indicates this client is a native (not a web) application.
Generated by
1.8.16