export interface ScreenMembersOnConsent extends ScreenMembers { scopes: Scope[]; hideScopes: boolean; }
Was this page helpful?