申し立て

public final class Claim


Google ID トークンのリクエストに渡されるクレーム。

使用可能なクレームの一覧については、ドキュメントをご覧ください。

概要

ネストされた型

public final class Claim.Builder

Claim のビルダー。

パブリック コンストラクタ

Claim(@NonNull String name, boolean essential)

パブリック メソッド

static final @NonNull Claim
boolean
equals(Object other)
final boolean

クレームの必須性

final @NonNull String

クレームの名前

int

パブリック コンストラクタ

申し立て

public Claim(@NonNull String name, boolean essential)

パブリック メソッド

createFrom

public static final @NonNull Claim createFrom(@NonNull Bundle data)

等号

public boolean equals(Object other)

getEssential

public final boolean getEssential()

クレームの必須性

getName

public final @NonNull String getName()

クレームの名前

hashCode

public int hashCode()