pub async fn token(
__arg0: State<OAuth2ServerState>,
__arg1: Form<TokenRequest>,
) -> Result<Json<TokenResponse>, StatusCode>Expand description
OAuth2 token endpoint
pub async fn token(
__arg0: State<OAuth2ServerState>,
__arg1: Form<TokenRequest>,
) -> Result<Json<TokenResponse>, StatusCode>OAuth2 token endpoint