public static class

Auth.AuthCredentialsOptions.Builder

extends Object
java.lang.Object
   ↳ com.google.android.gms.auth.api.Auth.AuthCredentialsOptions.Builder
Known Direct Subclasses

This class is deprecated.
please use CredentialsOptions.Builder instead.

Class Overview

Builder for Auth.AuthCredentialsOptions.

Summary

Public Constructors
Auth.AuthCredentialsOptions.Builder()
Public Methods
Auth.AuthCredentialsOptions.Builder forceEnableSaveDialog()
Specifies that the save confirmation dialog should always be shown when required.
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public Auth.AuthCredentialsOptions.Builder ()

Public Methods

public Auth.AuthCredentialsOptions.Builder forceEnableSaveDialog ()

Specifies that the save confirmation dialog should always be shown when required.

On Android O and above devices the save confirmation dialog may not be shown in favour of the active Autofill service's save dialog. Setting this option overrides this choice and will show the Auth.Api.Credentials save confirmation regardless of the Android Autofill service.

Returns
Auth.AuthCredentialsOptions.Builder