DeviceAuthorizationRequest |
DeviceAuthorizationRequest.setClientCertificate(String certificate) |
Set the client certificate used in the TLS connection between the
client application and the device authorization endpoint of the
authorization server.
|
DeviceAuthorizationRequest |
DeviceAuthorizationRequest.setClientCertificatePath(String[] path) |
Set the client certificate path presented by the client during client
authentication.
|
DeviceAuthorizationRequest |
DeviceAuthorizationRequest.setClientId(String clientId) |
Set the client ID extracted from Authorization header of the
device authorization request from the client application.
|
DeviceAuthorizationRequest |
DeviceAuthorizationRequest.setClientSecret(String clientSecret) |
Set the client secret extracted from Authorization header of
the device authorization request from the client application.
|
DeviceAuthorizationRequest |
DeviceAuthorizationRequest.setOauthClientAttestation(String jwt) |
Set the value of the OAuth-Client-Attestation HTTP header.
|
DeviceAuthorizationRequest |
DeviceAuthorizationRequest.setOauthClientAttestationPop(String jwt) |
Set the value of the OAuth-Client-Attestation-PoP HTTP header.
|
DeviceAuthorizationRequest |
DeviceAuthorizationRequest.setParameters(String parameters) |
Set the value of parameters which are the request parameters
that the device authorization endpoint of the authorization server
implementation received from the client application.
|
DeviceAuthorizationRequest |
DeviceAuthorizationRequest.setParameters(Map<String,String[]> parameters) |
Set the value of parameters which are the request parameters
that the device authorization endpoint of the authorization server
implementation received from the client application.
|