OAuth2Options
zio.cli.Options.OAuth2Options
final case class OAuth2Options(provider: OAuth2Provider, scope: List[String], auxiliaryOptions: Options[OAuth2AuxiliaryOptions]) extends Options[OAuth2Token]
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Options[OAuth2Token]class Objecttrait Matchableclass AnyShow all
Members list
Value members
Concrete methods
Attributes
- Definition Classes
override def validate(args: Map[String, List[String]], conf: CliConfig): IO[ValidationError, OAuth2Token]
Attributes
- Definition Classes
Inherited methods
final def ++[A1 >: OAuth2Token, B](that: Options[B])(implicit zippable: Zippable[OAuth2Token, B]): Options[zippable.Out]
Attributes
- Inherited from:
- Options
Attributes
- Inherited from:
- Options
final def as[B, C, D, E, F, G, Z](f0: (B, C, D, E, F, G) => Z)(implicit ev: OAuth2Token <:< (B, C, D, E, F, G)): Options[Z]
Attributes
- Inherited from:
- Options
final def as[B, C, D, E, F, Z](f0: (B, C, D, E, F) => Z)(implicit ev: OAuth2Token <:< (B, C, D, E, F)): Options[Z]
Attributes
- Inherited from:
- Options
final def as[B, C, D, E, Z](f: (B, C, D, E) => Z)(implicit ev: OAuth2Token <:< (B, C, D, E)): Options[Z]
Attributes
- Inherited from:
- Options
Attributes
- Inherited from:
- Options
Attributes
- Inherited from:
- Options
Attributes
- Inherited from:
- Options
Attributes
- Inherited from:
- Options
Attributes
- Inherited from:
- Options
Attributes
- Inherited from:
- Options
Attributes
- Inherited from:
- Options
final def fold[B, C, Z](f1: B => Z, f2: C => Z)(implicit ev: OAuth2Token <:< Either[B, C]): Options[Z]
Attributes
- Inherited from:
- Options
Attributes
- Inherited from:
- Options
Attributes
- Inherited from:
- Options
Attributes
- Inherited from:
- Options
Attributes
- Inherited from:
- Options
Attributes
- Inherited from:
- Options
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Options
Customizes the name used to print a placeholder value in help strings.
Customizes the name used to print a placeholder value in help strings.
The default is the type name of the option (for example 'text', 'integer', etc.
Attributes
- Inherited from:
- Options
Attributes
- Inherited from:
- Options
In this article