Interface RawAuthorizationInformation

interface RawAuthorizationInformation {
    application: RawPartialApplication;
    expires: string;
    scopes: string[];
    user: RawUser;
}

Properties

expires: string
scopes: string[]
user: RawUser