Represents the information needed to construct a OIDAuthorizationService
.
More...
#import <OIDServiceConfiguration.h>
Inherits NSObject, <NSCopying>, and <NSSecureCoding>.
Inherited by MFServiceConfiguration.
Represents the information needed to construct a OIDAuthorizationService
.
◆ initWithAuthorizationEndpoint:tokenEndpoint:()
- (instancetype) initWithAuthorizationEndpoint: |
|
(NSURL *) |
authorizationEndpoint |
tokenEndpoint: |
|
(NSURL *) |
tokenEndpoint |
|
|
| |
- Parameters
-
authorizationEndpoint | The authorization endpoint URI. |
tokenEndpoint | The token exchange and refresh endpoint URI. |
◆ initWithAuthorizationEndpoint:tokenEndpoint:registrationEndpoint:()
- (instancetype) initWithAuthorizationEndpoint: |
|
(NSURL *) |
authorizationEndpoint |
tokenEndpoint: |
|
(NSURL *) |
tokenEndpoint |
registrationEndpoint: |
|
(nullable NSURL *) |
registrationEndpoint |
|
|
| |
- Parameters
-
authorizationEndpoint | The authorization endpoint URI. |
tokenEndpoint | The token exchange and refresh endpoint URI. |
registrationEndpoint | The dynamic client registration endpoint URI. |
◆ initWithDiscoveryDocument:()
- Parameters
-
discoveryDocument | The discovery document from which to extract the required OAuth configuration. |
The documentation for this class was generated from the following file: