Prompt

enum Prompt : Enum<Prompt>

동의 화면에 상호작용 추가 요청 프롬프트
Prompt to add an interaction to the consent screen

Entries

Link copied to clipboard
@SerializedName(value = "login")
LOGIN

사용자 재인증
Reauthenticate user

Link copied to clipboard
@SerializedName(value = "create")
CREATE

카카오계정 가입 후 로그인
Login after signing up for a Kakao Account

Link copied to clipboard
@SerializedName(value = "select_account")
SELECT_ACCOUNT

카카오계정 간편로그인
Kakao Account easy login

Functions

Link copied to clipboard
fun valueOf(value: String): Prompt

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard