OAuthJwtAssertion

fun ClientFilters.OAuthJwtAssertion(assertion: String, scopes: List<String> = emptyList(), resource: Uri? = null): Filter(source)

OAuth JWT Bearer assertion grant (RFC 7523). Used for enterprise auth flows where the client authenticates with a JWT instead of client credentials.