Packages

package auth

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. abstract class Credentials extends AnyRef

    Credentials for accessing Google APIs

    Credentials for accessing Google APIs

    Annotations
    @DoNotInherit()
  2. final case class GoogleOAuth2Exception extends ExceptionWithErrorInfo with Product with Serializable
  3. final class ProvidedCredentials extends Credentials

    Wraps a user-provided com.google.auth.Credentials instance for use with Google connectors.

    Wraps a user-provided com.google.auth.Credentials instance for use with Google connectors. This allows users to bring their own credentials resolved through any mechanism.

    Annotations
    @ApiMayChange()
    Since

    2.0.0

Value Members

  1. object Credentials
  2. object ProvidedCredentials

Ungrouped