Authenticator
Last updated
Last updated
Returns the style of the Button that will be rendered.
Returns whether or not the dapp should attempt to auto login with the Authenticator app. Auto login will only occur when there is only one Authenticator that returns shouldRender() true and shouldAutoLogin() true.
Returns the amount of seconds after the authentication will be invalid for logging in on new browser sessions. Setting this value to zero will cause users to re-attempt authentication on every new browser session. Please note that the invalidate time will be saved client-side and should not be relied on for security.
**
Logs the user out of the dapp. This will be strongly dependent on each Authenticator app's patterns.
Default value for shouldInvalidateAfter(), 1 week in seconds
public
(
chain,
options)
public virtual void
(
chain,
options)
Returns the style of the Button that will be rendered.
Returns whether or not the dapp should attempt to auto login with the Authenticator app. Auto login will only occur when there is only one Authenticator that returns shouldRender() true and shouldAutoLogin() true.
Returns the amount of seconds after the authentication will be invalid for logging in on new browser sessions. Setting this value to zero will cause users to re-attempt authentication on every new browser session. Please note that the invalidate time will be saved client-side and should not be relied on for security.
**
Logs the user out of the dapp. This will be strongly dependent on each Authenticator app's patterns.
Default value for shouldInvalidateAfter(), 1 week in seconds
public
(
chain,
options)
public virtual void
(
chain,
options)
public
()
public virtual bool
()
public virtual bool
()
public uint
()
public virtual Task<
>
(string accountName)
public virtual Task
()
private uint
= 604800
private
private
private
public
()
public virtual bool
()
public virtual bool
()
public uint
()
public virtual Task<
>
(string accountName)
public virtual Task
()
private uint
= 604800
private
private
private