SignInOptions

A structure that describes the sign-in options for an application portal.

Types

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

Properties

Link copied to clipboard

The URL that accepts authentication requests for an application. This is a required parameter if the Origin parameter is APPLICATION.

Link copied to clipboard

This determines how IAM Identity Center navigates the user to the target application. It can be one of the following values:

Functions

Link copied to clipboard
inline fun copy(block: SignInOptions.Builder.() -> Unit = {}): SignInOptions
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