DeviceAuthorizationRequestHandler.Params |
DeviceAuthorizationRequestHandler.Params.setAuthorization(String authorization) |
Set the value of the Authorization header in the device
authorization request.
|
DeviceAuthorizationRequestHandler.Params |
DeviceAuthorizationRequestHandler.Params.setClientAttestation(String jwt) |
Set the value of the OAuth-Client-Attestation HTTP header.
|
DeviceAuthorizationRequestHandler.Params |
DeviceAuthorizationRequestHandler.Params.setClientAttestationPop(String jwt) |
Set the value of the OAuth-Client-Attestation-PoP HTTP header.
|
DeviceAuthorizationRequestHandler.Params |
DeviceAuthorizationRequestHandler.Params.setClientCertificatePath(String[] path) |
Set the path of the client's certificate, each in PEM format.
|
DeviceAuthorizationRequestHandler.Params |
DeviceAuthorizationRequestHandler.Params.setParameters(javax.ws.rs.core.MultivaluedMap<String,String> parameters) |
Set the request parameters of the device authorization request.
|