expectedSub property

String? expectedSub
final

The DID this OAuth flow is expected to authenticate, when known.

Set by resolveFromIdentity. When non-null, the sub member of every token response must equal this DID, otherwise an OAuthException is thrown (atproto OAuth spec: account identity verification).

Implementation

final String? expectedSub;