Type alias ProtectedResourceScopes

ProtectedResourceScopes: {
    httpMethod: string;
    scopes: string[] | null;
}

Type declaration

  • httpMethod: string
  • scopes: string[] | null

Generated using TypeDoc