AuthRequest

Contains authorization request information, which is required for Amazon Web Services AppFabric to get the OAuth2 access token for an application.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The authorization code returned by the application after permission is granted in the application OAuth page (after clicking on the AuthURL).

Link copied to clipboard

The redirect URL that is specified in the AuthURL and the application client.

Functions

Link copied to clipboard
inline fun copy(block: AuthRequest.Builder.() -> Unit = {}): AuthRequest
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String