HeartTrackAPI 1.0.0
This is the HeartTrack API documentation.
Properties | List of all members
AuthResponseDto Class Reference

Properties

string AccessToken [get, set]
 Gets or sets the access token issued by the OAuth provider. More...
 
string? TokenType [get, set]
 Gets or sets the token type. More...
 
string? RefreshToken [get, set]
 Gets or sets a refresh token that applications can use to obtain another access token if tokens can expire. More...
 
string? ExpiresIn [get, set]
 Gets or sets the validatity lifetime of the token in seconds. More...
 

Property Documentation

◆ AccessToken

string AuthResponseDto.AccessToken
getset

Gets or sets the access token issued by the OAuth provider.

◆ TokenType

string? AuthResponseDto.TokenType
getset

Gets or sets the token type.

Typically the string “bearer”.

◆ RefreshToken

string? AuthResponseDto.RefreshToken
getset

Gets or sets a refresh token that applications can use to obtain another access token if tokens can expire.

◆ ExpiresIn

string? AuthResponseDto.ExpiresIn
getset

Gets or sets the validatity lifetime of the token in seconds.


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