Represents the response to an End Session request.
More...
#import <OIDEndSessionResponse.h>
|
|
OIDEndSessionRequest * | request |
| | The request which was serviced.
|
| |
| NSString * | state |
| | REQUIRED if the "state" parameter was present in the client end-session request. The exact value received from the client. More...
|
| |
|
NSDictionary< NSString *, NSObject< NSCopying > * > * | additionalParameters |
| | Additional parameters returned from the end session endpoint.
|
| |
◆ initWithRequest:parameters:()
| - (instancetype) initWithRequest: |
|
(OIDEndSessionRequest *) |
request |
| parameters: |
|
(NSDictionary< NSString *, NSObject< NSCopying > * > *) |
NS_DESIGNATED_INITIALIZER |
|
|
| |
Designated initializer.
- Parameters
-
| request | The serviced request. |
| parameters | The decoded parameters returned from the End Session Endpoint. |
◆ state
REQUIRED if the "state" parameter was present in the client end-session request. The exact value received from the client.
The documentation for this class was generated from the following file: