RFC 7591/7592 Dynamic Client Registration queries
(ctx context.Context, id uuid.UUID)
| 536 | GetOAuth2GithubDefaultEligible(ctx context.Context) (bool, error) |
| 537 | // RFC 7591/7592 Dynamic Client Registration queries |
| 538 | GetOAuth2ProviderAppByClientID(ctx context.Context, id uuid.UUID) (OAuth2ProviderApp, error) |
| 539 | GetOAuth2ProviderAppByID(ctx context.Context, id uuid.UUID) (OAuth2ProviderApp, error) |
| 540 | GetOAuth2ProviderAppCodeByID(ctx context.Context, id uuid.UUID) (OAuth2ProviderAppCode, error) |
| 541 | GetOAuth2ProviderAppCodeByPrefix(ctx context.Context, secretPrefix []byte) (OAuth2ProviderAppCode, error) |
no outgoing calls
no test coverage detected