GPAL - Generally Positive Automation Library v1.0
GPAL The Fluent Automation LIbrary
Loading...
Searching...
No Matches
GenerallyPositive.BitwardenTokenResponse Class Reference

JSON response from Bitwarden's OAuth token endpoint. More...

Properties

string AccessToken [get, set]
 Bearer access token used to call the Bitwarden vault API.
int ExpiresIn [get, set]
 Number of seconds until AccessToken expires.
string RefreshToken [get, set]
 Token used to obtain a new access token once it expires.
string TokenType [get, set]
 OAuth token type, normally "Bearer".

Detailed Description

JSON response from Bitwarden's OAuth token endpoint.

Definition at line 279 of file Credentials.cs.

Property Documentation

◆ AccessToken

string GenerallyPositive.BitwardenTokenResponse.AccessToken
getset

Bearer access token used to call the Bitwarden vault API.

Definition at line 285 of file Credentials.cs.

◆ ExpiresIn

int GenerallyPositive.BitwardenTokenResponse.ExpiresIn
getset

Number of seconds until AccessToken expires.

Definition at line 291 of file Credentials.cs.

◆ RefreshToken

string GenerallyPositive.BitwardenTokenResponse.RefreshToken
getset

Token used to obtain a new access token once it expires.

Definition at line 297 of file Credentials.cs.

◆ TokenType

string GenerallyPositive.BitwardenTokenResponse.TokenType
getset

OAuth token type, normally "Bearer".

Definition at line 303 of file Credentials.cs.


The documentation for this class was generated from the following file: