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