Page Summary
-
The BeginSignInRequest.PasskeyJsonRequestOptions class is deprecated and using Credential Manager or Jetpack libraries for passkeys is recommended instead.
-
This class provides options for requesting passkeys during the sign-in process.
-
Direct use of the BeginSignInRequest.PasskeyJsonRequestOptions class and some of its methods like getRequestJson() and isSupported() is not directly supported.
implements Parcelable
This class is deprecated.
Use Credential Manager
instead.
Options for requesting passkeys during sign-in.
Note: Use of this class is not supported directly. If you are interested in using passkeys, use the Jetpack libraries.
Nested Class Summary
| class | BeginSignInRequest.PasskeyJsonRequestOptions.Builder | Builder for
BeginSignInRequest.PasskeyJsonRequestOptions. |
|
Inherited Constant Summary
Public Method Summary
| static BeginSignInRequest.PasskeyJsonRequestOptions.Builder |
builder()
|
| boolean | |
| String |
getRequestJson()
Note: Use of this method is not supported directly.
|
| int |
hashCode()
|
| boolean |
isSupported()
Note: Use of this method is not supported directly.
|
| void |
writeToParcel(Parcel dest, int
flags)
|
Inherited Method Summary
Public Methods
public static BeginSignInRequest.PasskeyJsonRequestOptions.Builder builder ()
public boolean equals (Object o)
public String getRequestJson ()
Note: Use of this method is not supported directly. If you are interested in using passkeys, use the Jetpack libraries.
public int hashCode ()
public boolean isSupported ()
Note: Use of this method is not supported directly. If you are interested in using passkeys, use the Jetpack libraries.