Skip to main content
Table of Contents

Namespace Stratara.Identity.Core.Models

Classes

AccessTokenInfo

Holds the information about the currently issued access token: the authenticated user's email, the raw LoginResponse from the identity endpoint, and the absolute expiration timestamp of the access token. Persisted in client-side secure storage to survive app restarts.

ClaimDto

A single claim returned from the identity endpoint.

ClaimsResponse

Response wrapping the list of claims attached to an authenticated user, as returned by the identity endpoint.

LoginRequest

Payload sent by the client to perform a password sign-in against the identity endpoint.

LoginResponse

Response payload returned by the identity endpoint after a successful login or token refresh.

StrataraSignInResult

Channel-agnostic sign-in outcome carrying the user-friendly failure message, the issued AccessTokenInfo on success, and the resolved user identity. Returned by both IStrataraSignInManager and IStrataraAuthenticationStateProvider.