Class FirestoreOptions.EmulatorCredentials (3.15.3)

See more code actions.
public static class FirestoreOptions.EmulatorCredentials extends Credentials
java.lang.Object > com.google.auth.Credentials > FirestoreOptions.EmulatorCredentials
com.google.auth.Credentials.blockingGetToCallback(java.net.URI,com.google.auth.RequestMetadataCallback)
com.google.auth.Credentials.getAuthenticationType()
com.google.auth.Credentials.getRequestMetadata()
com.google.auth.Credentials.getRequestMetadata(java.net.URI)
com.google.auth.Credentials.getRequestMetadata(java.net.URI,java.util.concurrent.Executor,com.google.auth.RequestMetadataCallback)
com.google.auth.Credentials.hasRequestMetadata()
com.google.auth.Credentials.hasRequestMetadataOnly()
com.google.auth.Credentials.refresh()

Constructors

EmulatorCredentials()

public EmulatorCredentials()

Methods

getAuthenticationType()

public String getAuthenticationType()
Returns
TypeDescription
String
Overrides
com.google.auth.Credentials.getAuthenticationType()

getRequestMetadata(URI uri)

public Map<String,List<String>> getRequestMetadata(URI uri)
Parameter
NameDescription
uriURI
Returns
TypeDescription
Map<String,List<String>>
Overrides
com.google.auth.Credentials.getRequestMetadata(java.net.URI)

hasRequestMetadata()

public boolean hasRequestMetadata()
Returns
TypeDescription
boolean
Overrides
com.google.auth.Credentials.hasRequestMetadata()

hasRequestMetadataOnly()

public boolean hasRequestMetadataOnly()
Returns
TypeDescription
boolean
Overrides
com.google.auth.Credentials.hasRequestMetadataOnly()

refresh()

public void refresh()
Overrides
com.google.auth.Credentials.refresh()