Type alias AnyAuthDefinition<Cred>

AnyAuthDefinition<Cred>: ApiTokenAuthDefinition<Cred, AuthUserInputDefinition[]> | ProjectOAuth1Definition<Cred> | ProjectOAuth2Definition<Cred> | RolloutOAuth1Definition<Cred, RolloutOAuth1ServiceDefinition<Cred, any>> | RolloutOAuth2Definition<Cred, RolloutOAuth2ServiceDefinition<Cred, any>> | JWTAuthDefinition<Cred> | false

Type Parameters