Whether the user is authenticated with AniList.
OptionalusernameUsername of the authenticated user.
OptionalavatarAvatar URL of the authenticated user.
OptionalstatusStatus message to display (e.g., auth success/error).
Whether the component is in a loading state.
OptionalisWhether the login button is disabled.
Callback when user clicks login.
OptionalonCallback to refresh the authentication token.
Callback when user clicks logout.
OptionalonCallback when user clicks the documentation link.
OptionalonCallback to clear the status message.
OptionalonCallback to cancel ongoing authentication.
Label describing the credential source (e.g., "OAuth").
OptionalexpiresLabel for token expiration time.
OptionalchildrenOptional children to render below the main content.
Props for the SettingsHero component. Manages authentication UI display with user information and status.
Source