HostedAuthResponse.Request

public HostedAuthResponse.Request HostedAuthResponse.Request(@Json(name = "redirect_uri") String redirectUri, @Json(name = "provider") AuthProvider provider, @Json(name = "access_type") List<String> scope, @Json(name = "state") String state, @Json(name = "login_hint") String loginHint, @Json(name = "prompt") String prompt, @Json(name = "include_granted_scopes") Boolean includeGrantedScopes)