Example usage for org.springframework.security.oauth2.client.resource UserRedirectRequiredException getRedirectUri

List of usage examples for org.springframework.security.oauth2.client.resource UserRedirectRequiredException getRedirectUri

Introduction

In this page you can find the example usage for org.springframework.security.oauth2.client.resource UserRedirectRequiredException getRedirectUri.

Prototype

public String getRedirectUri() 

Source Link

Document

The uri to which the user is to be redirected.

Usage