Struct rincon_client::auth::types::AuthenticationResponse [] [src]

pub struct AuthenticationResponse { /* fields omitted */ }

This struct holds the result of a successful authentication.

Methods

impl AuthenticationResponse
[src]

[src]

Returns the JSON Web Token (JWT).

[src]

Returns whether the password must be changed.

Trait Implementations

impl Debug for AuthenticationResponse
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for AuthenticationResponse
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations