UrlForAuthenticationConfig

public UrlForAuthenticationConfig UrlForAuthenticationConfig(    @Json(name = "client_id") String clientId,     @Json(name = "redirect_uri") String redirectUri,     @Json(name = "access_type") AccessType accessType,     @Json(name = "provider") AuthProvider provider,     @Json(name = "prompt") String prompt,     @Json(name = "scope") List<String> scope,     @Json(name = "include_grant_scopes") Boolean includeGrantScopes,     @Json(name = "state") String state,     @Json(name = "login_hint") String loginHint)