BeginSignInRequest.PasskeyJsonRequestOptions
Stay organized with collections
Save and categorize content based on your preferences.
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.
Inherited Constant Summary
From interface android.os.Parcelable
int |
CONTENTS_FILE_DESCRIPTOR |
|
int |
PARCELABLE_WRITE_RETURN_VALUE |
|
Inherited Method Summary
From class java.lang.Object
Object
|
clone()
|
boolean |
|
void |
finalize()
|
final Class<?>
|
getClass()
|
int |
hashCode()
|
final void |
notify()
|
final void |
notifyAll()
|
String
|
toString()
|
final void |
wait(long arg0, int arg1)
|
final void |
wait(long arg0)
|
final void |
wait()
|
From interface android.os.Parcelable
abstract int |
describeContents()
|
abstract void |
writeToParcel( Parcel arg0,
int arg1)
|
Public Methods
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 boolean isSupported ()
Note: Use of this method is not supported directly. If you are interested in
using passkeys, use the Jetpack
libraries.
public void writeToParcel (Parcel dest, int
flags)
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-12-09 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-12-09 UTC."],[[["\u003cp\u003e\u003ccode\u003eBeginSignInRequest.PasskeyJsonRequestOptions\u003c/code\u003e is deprecated and developers should use Credential Manager instead.\u003c/p\u003e\n"],["\u003cp\u003eIt was previously used for requesting passkeys during sign-in, but direct usage is now discouraged.\u003c/p\u003e\n"],["\u003cp\u003eDevelopers interested in passkeys should utilize the Jetpack libraries for implementation.\u003c/p\u003e\n"],["\u003cp\u003eThe class provides methods for building request options, checking support, and generating request JSON, but these are not meant for direct use.\u003c/p\u003e\n"]]],["`BeginSignInRequest.PasskeyJsonRequestOptions` is a deprecated class for requesting passkeys during sign-in, now replaced by Credential Manager. Direct use is unsupported; Jetpack libraries should be used for passkeys instead. Key actions include creating a builder, checking equality, getting a JSON request, obtaining a hash code, verifying support status, and writing to a parcel. `getRequestJson` and `isSupported` are not supported directly.\n"],null,["# BeginSignInRequest.PasskeyJsonRequestOptions\n\npublic static final class **BeginSignInRequest.PasskeyJsonRequestOptions** extends [Object](//developer.android.com/reference/java/lang/Object.html) \nimplements [Parcelable](//developer.android.com/reference/android/os/Parcelable.html) \n**This class is deprecated.** \n\nUse [Credential Manager](//developer.android.com/training/sign-in/passkeys)\ninstead.\n\nOptions for requesting passkeys during sign-in.\n\n**Note:** Use of this class is not supported directly. If you are interested in using\npasskeys, use the [Jetpack](//developer.android.com/jetpack/androidx/releases/credentials) libraries. \n\n### Nested Class Summary\n\n|-------|---|---|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| class | [BeginSignInRequest.PasskeyJsonRequestOptions.Builder](/android/reference/com/google/android/gms/auth/api/identity/BeginSignInRequest.PasskeyJsonRequestOptions.Builder) || Builder for [BeginSignInRequest.PasskeyJsonRequestOptions](/android/reference/com/google/android/gms/auth/api/identity/BeginSignInRequest.PasskeyJsonRequestOptions). |\n\n### Inherited Constant Summary\n\nFrom interface android.os.Parcelable \n\n|-----|-------------------------------|---|\n| int | CONTENTS_FILE_DESCRIPTOR | |\n| int | PARCELABLE_WRITE_RETURN_VALUE | |\n\n### Public Method Summary\n\n|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| static [BeginSignInRequest.PasskeyJsonRequestOptions.Builder](/android/reference/com/google/android/gms/auth/api/identity/BeginSignInRequest.PasskeyJsonRequestOptions.Builder) | [builder](/android/reference/com/google/android/gms/auth/api/identity/BeginSignInRequest.PasskeyJsonRequestOptions#builder())() |\n| boolean | [equals](/android/reference/com/google/android/gms/auth/api/identity/BeginSignInRequest.PasskeyJsonRequestOptions#equals(java.lang.Object))([Object](//developer.android.com/reference/java/lang/Object.html) o) |\n| [String](//developer.android.com/reference/java/lang/String.html) | [getRequestJson](/android/reference/com/google/android/gms/auth/api/identity/BeginSignInRequest.PasskeyJsonRequestOptions#getRequestJson())() **Note:** Use of this method is not supported directly. |\n| int | [hashCode](/android/reference/com/google/android/gms/auth/api/identity/BeginSignInRequest.PasskeyJsonRequestOptions#hashCode())() |\n| boolean | [isSupported](/android/reference/com/google/android/gms/auth/api/identity/BeginSignInRequest.PasskeyJsonRequestOptions#isSupported())() **Note:** Use of this method is not supported directly. |\n| void | [writeToParcel](/android/reference/com/google/android/gms/auth/api/identity/BeginSignInRequest.PasskeyJsonRequestOptions#writeToParcel(android.os.Parcel,%20int))([Parcel](//developer.android.com/reference/android/os/Parcel.html) dest, int flags) |\n\n### Inherited Method Summary\n\nFrom class java.lang.Object \n\n|----------------------------------------------------------------------------|--------------------------------------------------------------------------------|\n| [Object](//developer.android.com/reference/java/lang/Object.html) | clone() |\n| boolean | equals([Object](//developer.android.com/reference/java/lang/Object.html) arg0) |\n| void | finalize() |\n| final [Class](//developer.android.com/reference/java/lang/Class.html)\\\u003c?\\\u003e | getClass() |\n| int | hashCode() |\n| final void | notify() |\n| final void | notifyAll() |\n| [String](//developer.android.com/reference/java/lang/String.html) | toString() |\n| final void | wait(long arg0, int arg1) |\n| final void | wait(long arg0) |\n| final void | wait() |\n\nFrom interface android.os.Parcelable \n\n|---------------|--------------------------------------------------------------------------------------------------|\n| abstract int | describeContents() |\n| abstract void | writeToParcel([Parcel](//developer.android.com/reference/android/os/Parcel.html) arg0, int arg1) |\n\nPublic Methods\n--------------\n\n#### public static [BeginSignInRequest.PasskeyJsonRequestOptions.Builder](/android/reference/com/google/android/gms/auth/api/identity/BeginSignInRequest.PasskeyJsonRequestOptions.Builder) **builder** ()\n\n#### public boolean **equals** ([Object](//developer.android.com/reference/java/lang/Object.html) o)\n\n#### public [String](//developer.android.com/reference/java/lang/String.html) **getRequestJson** ()\n\n**Note:** Use of this method is not supported directly. If you are interested in\nusing passkeys, use the [Jetpack](//developer.android.com/jetpack/androidx/releases/credentials)\nlibraries. \n\n#### public int **hashCode** ()\n\n#### public boolean **isSupported** ()\n\n**Note:** Use of this method is not supported directly. If you are interested in\nusing passkeys, use the [Jetpack](//developer.android.com/jetpack/androidx/releases/credentials)\nlibraries. \n\n#### public void **writeToParcel** ([Parcel](//developer.android.com/reference/android/os/Parcel.html) dest, int flags)"]]