struct

StableMPC::OAuthTokenSet

Inherits Struct < Value < Object

Constructors

new(access_token : String, refresh_token : String | Nil, expires_in : Int64 | Nil, refresh_expires_in : Int64 | Nil, scope : String | Nil)
Source

Instance methods

access_token
clone
Source
copy_with(access_token _access_token = @access_token, refresh_token _refresh_token = @refresh_token, expires_in _expires_in = @expires_in, refresh_expires_in _refresh_expires_in = @refresh_expires_in, scope _scope = @scope)
Source
expires_in
refresh_expires_in
refresh_token
scope