AuthenticationExtensionsCredPropsOutputs

public class AuthenticationExtensionsCredPropsOutputs extends Object
implements Parcelable

Class that holds the result of the credProps extension.

See Credential Properties Extension

Since this extension only reports information, it is always included in registration responses and does not need to be requested.

Inherited Constant Summary

Public Constructor Summary

AuthenticationExtensionsCredPropsOutputs(boolean isDiscoverableCredential)

Public Method Summary

boolean
boolean
getIsDiscoverableCredential()
This value reflects the "rk" flag of the WebAuthn extension.
int
void
writeToParcel(Parcel dest, int flags)

Inherited Method Summary

Public Constructors

public AuthenticationExtensionsCredPropsOutputs (boolean isDiscoverableCredential)

Public Methods

public boolean equals (Object obj)

public boolean getIsDiscoverableCredential ()

This value reflects the "rk" flag of the WebAuthn extension.

public int hashCode ()

public void writeToParcel (Parcel dest, int flags)