Claim

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

A Builder for Claim.

Public companion functions

Claim

Public constructors

Claim(name: String, essential: Boolean)

Public functions

open operator Boolean
equals(other: Any?)
open Int

Public properties

Boolean

the essentiality of the claim

String

the name of the claim

Public companion functions

createFrom

fun createFrom(data: Bundle): Claim

Public constructors

Claim

Claim(name: String, essential: Boolean)

Public functions

equals

open operator fun equals(other: Any?): Boolean

hashCode

open fun hashCode(): Int

Public properties

essential

val essentialBoolean

the essentiality of the claim

name

val nameString

the name of the claim