defaultOAuthSessionTimeout top-level constant

Duration const defaultOAuthSessionTimeout

Default upper bound on a single restore or refresh round trip performed by an OAuthSessionManager, matching atproto_core's defaultTimeout.

Implementation

const defaultOAuthSessionTimeout = Duration(seconds: 30);