@JsType(isNative=true,
namespace="<global>",
name="Object")
public static interface PublicKeyCredentialCreationOptions.Step1
| Modifier and Type | Method and Description |
|---|---|
default PublicKeyCredentialCreationOptions.Step2 |
pubKeyCredParams(JsArray<PublicKeyCredentialParameters> pubKeyCredParams) |
default PublicKeyCredentialCreationOptions.Step2 |
pubKeyCredParams(PublicKeyCredentialParameters... pubKeyCredParams) |
@JsOverlay @Nonnull default PublicKeyCredentialCreationOptions.Step2 pubKeyCredParams(@Nonnull JsArray<PublicKeyCredentialParameters> pubKeyCredParams)
@JsOverlay @Nonnull default PublicKeyCredentialCreationOptions.Step2 pubKeyCredParams(@Nonnull PublicKeyCredentialParameters... pubKeyCredParams)