Skip to main content

Module types

Module types 

Source
Expand description

SDK identity types — re-exported from ppoppo-sdk-core.

Phase A (RFC RFC_2026-05-08_app-credential-collapse.md) lifted these primitives out of pas-external so multiple SDK crates and 1st-party services share the same definitions. Consumers reach the same names through pas_external::types::* or pas_external::* (top-level re-export); the relocation is invisible at the SDK surface.

Structs§

KeyId
PASERK key identifier.
Ppnum
Validated Ppoppo Number (≥11 digits, ASCII digits only).
PpnumId
PAS ppnum identifier (OAuth sub claim, ULID format).
SessionId
Consumer-defined session identifier (opaque string).
UserId
Consumer-defined user identifier (opaque string).