> ISPO SDK documentation. [HTML](https://ispo.ai/docs/types/core.SessionSignInResult.html) · [Documentation index](https://ispo.ai/docs/llms.txt)

# Type Alias SessionSignInResult

```typescript
SessionSignInResult:
    | { kind: "signed-in"; user: Exclude<SessionUser, null> }
    | { code: SessionRefusalCode; kind: "refused" }
```

Types: [SessionUser](core.SessionUser.md), [SessionRefusalCode](core.SessionRefusalCode.md)
