CLASS

DCRConfiguration

Contents

public final class DCRConfiguration: NSObject

DCR configuration that is used as a fallback when key-attestation is not supported on the device.

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

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.