UnityUAL
Last updated
Last updated
#### Parameters
Returns an object with a list of initialized Authenticators that returned true for shouldRender() as well as an authenticator that supports autoLogin
Initializes UAL: If a renderConfig was provided and no autologin authenticator is returned it will render the Auth Button and relevant DOM elements.
public bool
public
chains
A list of chains the dapp supports.
appName
The name of the app using the authenticators
authenticators
A list of authenticator apps that the dapp supports.
Returns an object with a list of initialized Authenticators that returned true for shouldRender() as well as an authenticator that supports autoLogin
Initializes UAL: If a renderConfig was provided and no autologin authenticator is returned it will render the Auth Button and relevant DOM elements.
public bool
public
public
public
public List<
>
public
>
public
(
chain,
ualOptions, List<
> authenticators)
public
()
public async Task
()
protected abstract void
(
authenticators)
private async Task
(
availableAuthenticators)
private void
()
public
public
public List<
>
public
>
public
(
chain,
ualOptions, List<
> authenticators)
public
()
public async Task
()
protected abstract void
(
authenticators)
private async Task
(
availableAuthenticators)
private void
()