OidcConstants_AuthorizeRequest_Display class
The display options defined by the spec.
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- page → const String
- The Authorization Server SHOULD display the authentication and consent UI consistent with a full User Agent page view.
- popup → const String
- The Authorization Server SHOULD display the authentication and consent UI consistent with a popup User Agent window.
- touch → const String
- The Authorization Server SHOULD display the authentication and consent UI consistent with a device that leverages a touch interface.
- wap → const String
- The Authorization Server SHOULD display the authentication and consent UI consistent with a "feature phone" type display.