|
AppAuth
|
Represents a registration response. More...
#import <OIDRegistrationResponse.h>
Instance Methods | |
| (instancetype) | - initWithRequest:parameters: |
| Designated initializer. More... | |
Properties | |
| OIDRegistrationRequest * | request |
| The request which was serviced. | |
| NSString * | clientID |
| The registered client identifier. More... | |
| NSDate * | clientIDIssuedAt |
| Timestamp of when the client identifier was issued, if provided. More... | |
| NSString * | clientSecret |
| TThe client secret, which is part of the client credentials, if provided. More... | |
| NSDate * | clientSecretExpiresAt |
| Timestamp of when the client credentials expires, if provided. More... | |
| NSString * | registrationAccessToken |
| Client registration access token that can be used for subsequent operations upon the client registration. More... | |
| NSURL * | registrationClientURI |
| Location of the client configuration endpoint, if provided. More... | |
| NSString * | tokenEndpointAuthenticationMethod |
| Client authentication method to use at the token endpoint, if provided. More... | |
| NSDictionary< NSString *, NSObject< NSCopying > * > * | additionalParameters |
| Additional parameters returned from the token server. | |
Represents a registration response.
| - (instancetype) initWithRequest: | (OIDRegistrationRequest *) | request | |
| parameters: | (NSDictionary< NSString *, NSObject< NSCopying > * > *) | NS_DESIGNATED_INITIALIZER | |
Designated initializer.
| request | The serviced request. |
| parameters | The decoded parameters returned from the Authorization Server. |
parameters parameter and the normative properties are populated. Non-normative parameters are placed in the additionalParameters dictionary.
|
readnonatomicassign |
The registered client identifier.
|
readnonatomicassign |
Timestamp of when the client identifier was issued, if provided.
|
readnonatomicassign |
TThe client secret, which is part of the client credentials, if provided.
|
readnonatomicassign |
Timestamp of when the client credentials expires, if provided.
|
readnonatomicassign |
Client registration access token that can be used for subsequent operations upon the client registration.
|
readnonatomicassign |
Location of the client configuration endpoint, if provided.
|
readnonatomicassign |
Client authentication method to use at the token endpoint, if provided.
1.8.16