SignInStatus type
The sign in status.
type SignInStatus = "pending" | "complete" | "error"
Remarks
pending - The user is not signed in and the bot has initiated the sign in flow.
complete - The user has successfully signed in.
error - An error occurred while signing the user in.