Const mockedAuthResponse
mockedAuthResponse: object
access_token
access_token: string = "access_token"
expires_in
expires_in: number = 43199
id_token
id_token: string = "id_token"
refresh_token
refresh_token: string = "refresh_token"
scope
scope: string = "openid"
token_type
token_type: string = "bearer"