@upbond/sdk - v0.0.3
    Preparing search index...

    Type Alias AuthErrorCode

    AuthErrorCode: Extract<
        UpbondErrorCode,
        | "authorization_error"
        | "invalid_callback"
        | "state_mismatch"
        | "token_request_failed"
        | "invalid_id_token",
    >

    The subset of UpbondErrorCode the auth leg can raise as an AuthError.

    Most integrations should use createUpbond instead.