class Docr::Types::SystemAuthResponse
- Docr::Types::SystemAuthResponse
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
docr/types/system_auth_response.crConstructors
Instance Method Summary
-
#identity_token : String
An opaque token used to authenticate a user after a successful login
-
#identity_token=(identity_token : String)
An opaque token used to authenticate a user after a successful login
-
#status : String
The status of the authentication
-
#status=(status : String)
The status of the authentication
Constructor Detail
Instance Method Detail
def identity_token=(identity_token : String)
#
An opaque token used to authenticate a user after a successful login