values property
Set of all values of WebAuthenticationSessionError.
Implementation
static final Set<WebAuthenticationSessionError> values = [
WebAuthenticationSessionError.CANCELED_LOGIN,
WebAuthenticationSessionError.PRESENTATION_CONTEXT_INVALID,
WebAuthenticationSessionError.PRESENTATION_CONTEXT_NOT_PROVIDED,
].toSet();