pub async fn get_authorization_state(
client_id: i32,
) -> Result<AuthorizationState, Error>
Expand description
Returns the current authorization state; this is an offline request. For informational purposes only. Use updateAuthorizationState instead to maintain the current authorization state. Can be called before initialization
ยงArguments
client_id
- The client id to send the request to