deno.land / x / oauth4webapi@v1.2.2 / docs / functions / deviceCodeGrantRequest.md
â–¸ deviceCodeGrantRequest(as
, client
, deviceCode
, options?
): Promise
<Response
>
Performs a Device Authorization Grant request at the
as.token_endpoint
.
see
RFC 8628 - OAuth 2.0 Device Authorization Grant
Name | Type | Description |
---|---|---|
as |
AuthorizationServer |
Authorization Server Metadata. |
client |
Client |
Client Metadata. |
deviceCode |
string |
Device Code. |
options? |
TokenEndpointRequestOptions |
- |
Promise
<Response
>
Version Info