abstract class Credentials extends AnyRef
Credentials for accessing Google APIs
- Annotations
- @DoNotInherit()
- Source
- Credentials.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Credentials
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Abstract Value Members
- abstract def asGoogle(implicit ec: ExecutionContext, settings: RequestSettings): com.google.auth.Credentials
Wraps these credentials as a com.google.auth.Credentials for interop with Google's Java client libraries.
Wraps these credentials as a com.google.auth.Credentials for interop with Google's Java client libraries.
- ec
the scala.concurrent.ExecutionContext to use for blocking requests if credentials are requested synchronously
- settings
additional request settings
Concrete Value Members
- final def asGoogle(exec: Executor, settings: RequestSettings): com.google.auth.Credentials
Java API: Wraps these credentials as a com.google.auth.Credentials for interop with Google's Java client libraries.
Java API: Wraps these credentials as a com.google.auth.Credentials for interop with Google's Java client libraries.
- exec
the java.util.concurrent.Executor to use for blocking requests if credentials are requested synchronously
- settings
additional request settings