import { AuthorizationPageModel } from "https://deno.land/x/authlete_deno@v1.2.3/src/model/authorization_page_model.ts";
The data object to be used when rendering the authorization page.
Constructors
new
AuthorizationPageModel(info: AuthorizationResponse, user?: User)A constructor with an AuthorizationResponse
instance and a
User
object.
Properties
optional
authorizationDetails: AuthzDetailsThe content of the authorization_details
request parameter in
JSON format. See "OAuth 2.0 Rich Authorization Requests" for details.
Get the login ID which should be set to the login ID field in the the authorization page as the initial value.
optional
scopes: Scope[]Get the list of scopes requested by the authorization request.
optional
user: UserThe user.