@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="PublicKeyCredentialParameters")
public interface PublicKeyCredentialParameters
| Modifier and Type | Interface and Description |
|---|---|
static interface |
PublicKeyCredentialParameters.Builder |
| Modifier and Type | Method and Description |
|---|---|
int |
alg() |
static PublicKeyCredentialParameters.Builder |
create(int alg,
java.lang.String type) |
void |
setAlg(int alg) |
void |
setType(java.lang.String type) |
java.lang.String |
type() |
@JsOverlay @Nonnull static PublicKeyCredentialParameters.Builder create(int alg, @Nonnull java.lang.String type)
@JsProperty(name="alg") int alg()
@JsProperty void setAlg(int alg)
@JsProperty(name="type") @Nonnull java.lang.String type()
@JsProperty
void setType(@Nonnull
java.lang.String type)