| 302 | } |
| 303 | |
| 304 | export declare class AuthTokenResult implements IAuthTokenResult { |
| 305 | readonly authDate: Date; |
| 306 | readonly claims: Record<string, any>; |
| 307 | readonly expirationDate: Date; |
nothing calls this directly
no outgoing calls
no test coverage detected