(ctx context.Context)
| 545 | GetOAuth2ProviderAppTokenByAPIKeyID(ctx context.Context, apiKeyID string) (OAuth2ProviderAppToken, error) |
| 546 | GetOAuth2ProviderAppTokenByPrefix(ctx context.Context, hashPrefix []byte) (OAuth2ProviderAppToken, error) |
| 547 | GetOAuth2ProviderApps(ctx context.Context) ([]OAuth2ProviderApp, error) |
| 548 | GetOAuth2ProviderAppsByUserID(ctx context.Context, userID uuid.UUID) ([]GetOAuth2ProviderAppsByUserIDRow, error) |
| 549 | GetOrganizationByID(ctx context.Context, id uuid.UUID) (Organization, error) |
| 550 | GetOrganizationByName(ctx context.Context, arg GetOrganizationByNameParams) (Organization, error) |
no outgoing calls
no test coverage detected