Claim

public final class Claim


A claim passed to the request of a Google ID Token.

For a list of available claims, see the documentation.

Summary

Nested types

public final class Claim.Builder

A Builder for Claim.

Public constructors

Claim(@NonNull String name, boolean essential)

Public methods

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

the essentiality of the claim

final @NonNull String

the name of the claim

int

Public constructors

Claim

public Claim(@NonNull String name, boolean essential)

Public methods

createFrom

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

equals

public boolean equals(Object other)

getEssential

public final boolean getEssential()

the essentiality of the claim

getName

public final @NonNull String getName()

the name of the claim

hashCode

public int hashCode()