glitch/types/grant

Types

pub type GrantType {
  AuthorizationCode
  ClientCredentials
  RefreshToken
  DeviceCode
  Implicit
}

Constructors

  • AuthorizationCode
  • ClientCredentials
  • RefreshToken
  • DeviceCode
  • Implicit

Functions

pub fn from_string(str: String) -> Result(GrantType, Nil)
pub fn to_string(grant_type: GrantType) -> String
Search Document