Skip to main content

SetAuthResponse

Type Alias SetAuthResponse 

Source
pub type SetAuthResponse = OAuthCallbackResponse;
Expand description

Response from set auth endpoint.

Aliased Type§

pub struct SetAuthResponse {
    pub ok: Option<bool>,
    pub message: Option<String>,
    pub extra: Value,
}

Fields§

§ok: Option<bool>

Whether the operation succeeded.

§message: Option<String>

Message from server.

§extra: Value

Additional fields.