Java org.springframework.security.oauth2.client.token.grant.implicit ImplicitResourceDetails fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.security.oauth2.client.token.grant.implicit ImplicitResourceDetails fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.security.oauth2.client.token.grant.implicit ImplicitResourceDetails.

The text is from its open source code.

Constructor

Method

StringgetClientId()
StringgetPreEstablishedRedirectUri()
The redirect URI that has been pre-established with the server.
StringgetRedirectUri(AccessTokenRequest request)
Extract a redirect uri from the resource and/or the current request.
voidsetAccessTokenUri(String accessTokenUri)
voidsetClientAuthenticationScheme(AuthenticationScheme clientAuthenticationScheme)
voidsetClientId(String clientId)
voidsetId(String id)
voidsetPreEstablishedRedirectUri(String preEstablishedRedirectUri)
The redirect URI that has been pre-established with the server.
voidsetScope(List scope)