CLASS
DCRConfiguration
Contents
- Methods
init(templateClientId:clientRegistrationEndpointUrl:)init(templateClientId:clientRegistrationEndpointUrl:storage:)
 
public final class DCRConfiguration: NSObject
DCR configuration that is used as a fallback when key-attestation is not supported on the device.
- Parameters:
- templateClientId: The template client ID as configured in the Curity Identity Server.
 - clientRegistrationEndpointUrl: The client registration endpoint URI.
 
 
Methods
init(templateClientId:clientRegistrationEndpointUrl:)
@objc public convenience init(templateClientId: String, clientRegistrationEndpointUrl: URL)
init(templateClientId:clientRegistrationEndpointUrl:storage:)
public init(templateClientId: String,
            clientRegistrationEndpointUrl: URL,
            storage: Storage)
Creates a DCRConfiguration with the specified parameters.
- Parameters:
- templateClientId: The template client ID for DCR as configured in the Curity Identity Server.
 - clientRegistrationEndpointUrl: The 
URLfor the client registration endpoint. - storage: The storage in which the DCR data is stored.
 
 
Parameters
| Name | Description | 
|---|---|
| templateClientId | The template client ID for DCR as configured in the Curity Identity Server. | 
| clientRegistrationEndpointUrl | The URL for the client registration endpoint. | 
| storage | The storage in which the DCR data is stored. |