package dto type GrantType int const ( AuthorizationCode GrantType = iota Implicit Password ClientCredentials RefreshToken JWTBearer SAML2Bearer )