CLASS
BoundedTokenConfiguration
Contents
- Properties
keyPairType
- Methods
init(keyPairType:)
@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:
- useKeyPairType: Configures the use of a specific keypair type for dpop signature. Default value is
CryptoKeyType.secureEnclave
.
- useKeyPairType: Configures the use of a specific keypair type for dpop signature. Default value is
Parameters
Name | Description |
---|---|
useKeyPairType | Configures the use of a specific keypair type for dpop signature. Default value is CryptoKeyType.secureEnclave . |