interface PushAuthorizationResponse {
    expires_in: number;
    request_uri: string;
}

Properties

expires_in: number
request_uri: string