@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="Object")
public interface RTCIdentityAssertionResult
| Modifier and Type | Interface and Description |
|---|---|
static interface |
RTCIdentityAssertionResult.Builder |
| Modifier and Type | Method and Description |
|---|---|
@JsNonNull java.lang.String |
assertion() |
static RTCIdentityAssertionResult.Builder |
create(java.lang.String assertion,
RTCIdentityProviderDetails idp) |
@JsNonNull RTCIdentityProviderDetails |
idp() |
void |
setAssertion(@JsNonNull java.lang.String assertion) |
void |
setIdp(@JsNonNull RTCIdentityProviderDetails idp) |
@JsOverlay @Nonnull static RTCIdentityAssertionResult.Builder create(@Nonnull java.lang.String assertion, @Nonnull RTCIdentityProviderDetails idp)
@JsProperty(name="assertion") @JsNonNull java.lang.String assertion()
@JsProperty void setAssertion(@JsNonNull java.lang.String assertion)
@JsProperty(name="idp") @JsNonNull RTCIdentityProviderDetails idp()
@JsProperty void setIdp(@JsNonNull RTCIdentityProviderDetails idp)