Interface RESTOAuth2AuthorizationQuery

Hierarchy

  • RESTOAuth2AuthorizationQuery

Properties

client_id: string
prompt?: "consent" | "none"
redirect_uri?: string
response_type: "code"
scope: string
state?: string

Generated using TypeDoc