OidcToken

com.google.pubsub.v1.pubsub.PushConfig.AuthenticationMethod.OidcToken
final case class OidcToken(value: OidcToken) extends AuthenticationMethod

Attributes

Source
PushConfig.scala
Graph
Supertypes
trait GeneratedOneof
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Type members

Types

Attributes

Source
PushConfig.scala

Value members

Concrete methods

override def isOidcToken: Boolean

Attributes

Definition Classes
Source
PushConfig.scala
override def number: Int

Attributes

Definition Classes
GeneratedOneof
Source
PushConfig.scala
override def oidcToken: Option[OidcToken]

Attributes

Definition Classes
Source
PushConfig.scala

Inherited methods

Attributes

Inherited from:
AuthenticationMethod
Source
PushConfig.scala

Attributes

Inherited from:
AuthenticationMethod
Source
PushConfig.scala

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product
def valueOption: Option[ValueType]

Attributes

Inherited from:
GeneratedOneof
Source
GeneratedMessageCompanion.scala