ErrPendingAuthSessionNotFound=infraerrors.NotFound("PENDING_AUTH_SESSION_NOT_FOUND","pending auth session not found")
ErrPendingAuthSessionExpired=infraerrors.Unauthorized("PENDING_AUTH_SESSION_EXPIRED","pending auth session has expired")
ErrPendingAuthSessionConsumed=infraerrors.Unauthorized("PENDING_AUTH_SESSION_CONSUMED","pending auth session has already been used")
ErrPendingAuthCodeInvalid=infraerrors.Unauthorized("PENDING_AUTH_CODE_INVALID","pending auth completion code is invalid")
ErrPendingAuthCodeExpired=infraerrors.Unauthorized("PENDING_AUTH_CODE_EXPIRED","pending auth completion code has expired")
ErrPendingAuthCodeConsumed=infraerrors.Unauthorized("PENDING_AUTH_CODE_CONSUMED","pending auth completion code has already been used")
ErrPendingAuthBrowserMismatch=infraerrors.Unauthorized("PENDING_AUTH_BROWSER_MISMATCH","pending auth completion code does not match this browser session")