Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 1.18 KB

File metadata and controls

36 lines (22 loc) · 1.18 KB

Function: ClientSecretPost()

💗 Help the project

Support from the community to continue maintaining and improving this module is welcome. If you find the module useful, please consider supporting the project by becoming a sponsor.


ClientSecretPost(clientSecret): ClientAuth

client_secret_post uses the HTTP request body to send client_id and client_secret as application/x-www-form-urlencoded body parameters

Parameters

Parameter Type Description
clientSecret string -

Returns

ClientAuth

Example

let clientSecret!: string

let clientAuth = oauth.ClientSecretPost(clientSecret)

See