クラス OidcIdTokenDecoderFactory

java.lang.ObjectSE
org.springframework.security.oauth2.client.oidc.authentication.OidcIdTokenDecoderFactory
実装されたすべてのインターフェース:
JwtDecoderFactory<ClientRegistration>

public final class OidcIdTokenDecoderFactory extends ObjectSE implements JwtDecoderFactory<ClientRegistration>
OidcIdToken 署名検証に使用される JwtDecoder を提供する factory。提供された JwtDecoder は、特定の ClientRegistration に関連付けられています。
導入:
5.2
関連事項: