values property

Set<WebAuthenticationSupport> values
final

Set of all values of WebAuthenticationSupport.

Implementation

static final Set<WebAuthenticationSupport> values = [
  WebAuthenticationSupport.FOR_APP,
  WebAuthenticationSupport.FOR_BROWSER,
  WebAuthenticationSupport.NONE,
].toSet();