public interface AssertionOAuth2RequestFactory
Modifier and Type | Method and Description |
---|---|
org.springframework.security.oauth2.provider.OAuth2Request |
createOAuth2Request(org.springframework.security.oauth2.provider.ClientDetails client,
org.springframework.security.oauth2.provider.TokenRequest tokenRequest,
com.nimbusds.jwt.JWT assertion) |
org.springframework.security.oauth2.provider.OAuth2Request createOAuth2Request(org.springframework.security.oauth2.provider.ClientDetails client, org.springframework.security.oauth2.provider.TokenRequest tokenRequest, com.nimbusds.jwt.JWT assertion)
client
- tokenRequest
- assertion
- Copyright © 2018. All rights reserved.