AuthSchemeSuccess

View Source

Summary

Successful result returned by an auth scheme.

Signature

interface AuthSchemeSuccess<identity> {
  identity: identity;
  status: "success";
}

Properties

identity

Application-defined identity resolved by the scheme.

status

Marks the scheme result as a successful authentication.