CLASS

BoundedTokenConfiguration

Contents

@objc public final class BoundedTokenConfiguration: NSObject, TokenBoundConfiguration

The configuration used when the client is required to enforce Token binding when interacting with the token endpoint.

Properties

keyPairType

public let keyPairType: CryptoKeyType

Methods

init(keyPairType:)

public init(keyPairType: CryptoKeyType = .secureEnclave)

Creates an instance of TokenBoundConfiguration.

Parameters

Name Description
useKeyPairType Configures the use of a specific keypair type for dpop signature. Default value is CryptoKeyType.secureEnclave.