Page Summary
-
The BeginSignInRequest.PasskeysRequestOptions class is deprecated and should not be used directly.
-
For requesting passkeys during sign-in, use BeginSignInRequest.PasskeyJsonRequestOptions instead.
-
The supported way to use passkeys is through the Jetpack libraries.
implements Parcelable
This class is deprecated.
Use
BeginSignInRequest.PasskeyJsonRequestOptions 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.PasskeysRequestOptions.Builder | Builder for
BeginSignInRequest.PasskeysRequestOptions. |
|
Inherited Constant Summary
Public Method Summary
| static BeginSignInRequest.PasskeysRequestOptions.Builder |
builder()
|
| boolean | |
| byte[] |
getChallenge()
Note: Use of this method is not supported directly.
|
| String |
getRpId()
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.PasskeysRequestOptions.Builder builder ()
public boolean equals (Object o)
public byte[] getChallenge ()
Note: Use of this method is not supported directly. If you are interested in using passkeys, use the Jetpack libraries.
public String getRpId ()
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.