All Downloads are FREE. Search and download functionalities are using the official Maven repository.

src.authorization.GetClientTokenArgs.scala Maven / Gradle / Ivy

There is a newer version: 0.32.0-core.0.4
Show newest version
package besom.api.googlenative.authorization

final case class GetClientTokenArgs private(

)

object GetClientTokenArgs:
  def apply(

  )(using besom.types.Context): GetClientTokenArgs =
    new GetClientTokenArgs(

    )

  given encoder(using besom.types.Context): besom.types.Encoder[GetClientTokenArgs] =
    besom.internal.Encoder.derived[GetClientTokenArgs]
  given argsEncoder(using besom.types.Context): besom.types.ArgsEncoder[GetClientTokenArgs] =
    besom.internal.ArgsEncoder.derived[GetClientTokenArgs]






© 2015 - 2025 Weber Informatics LLC | Privacy Policy