deno.land / x / oauth4webapi@v1.2.2 / docs / functions / deviceAuthorizationRequest.md
â–¸ deviceAuthorizationRequest(as
, client
, parameters
, options?
): Promise
<Response
>
Performs a Device Authorization Request at the
as.device_authorization_endpoint
.
see
RFC 8628 - OAuth 2.0 Device Authorization Grant
Name | Type | Description |
---|---|---|
as |
AuthorizationServer |
Authorization Server Metadata. |
client |
Client |
Client Metadata. |
parameters |
URLSearchParams |
Device Authorization Request parameters. |
options? |
DeviceAuthorizationRequestOptions |
- |
Promise
<Response
>
Version Info