pub async fn authorize(
__arg0: State<ApiState>,
__arg1: Query<AuthorizeRequest>,
) -> impl IntoResponse
Expand description
GET /oauth/authorize OAuth 2.0 authorization endpoint
pub async fn authorize(
__arg0: State<ApiState>,
__arg1: Query<AuthorizeRequest>,
) -> impl IntoResponse
GET /oauth/authorize OAuth 2.0 authorization endpoint