gitpod.v1.AccountService
ListLoginProviders
Lists available login providers with optional filtering.
Use this method to:
- View supported authentication methods
- Get provider-specific login URLs
- Filter providers by invite
Examples
-
List all providers:
Shows all available login providers.
pagination: pageSize: 20 -
List for specific invite:
Shows providers available for an invite.
filter: inviteId: "d2c94c27-3b76-4a42-b88c-95a85e392c68" pagination: pageSize: 20
post/gitpod.v1.AccountService/ListLoginProviders
Query parameters
pageSizeinteger
tokenstring
Request body
Response
Success