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:)
@objc public init(keyPairType: CryptoKeyType = .secureEnclave)
Creates an instance of TokenBoundConfiguration.
- Parameters:
- keyPairType: Configures the use of a specific keypair type for dpop signature. Default value is 
CryptoKeyType.secureEnclave. 
 - keyPairType: Configures the use of a specific keypair type for dpop signature. Default value is 
 
Parameters
| Name | Description | 
|---|---|
| keyPairType | Configures the use of a specific keypair type for dpop signature. Default value is CryptoKeyType.secureEnclave. |