Uses of Class
sh.ory.hydra.model.UserinfoResponse
-
Packages that use UserinfoResponse Package Description sh.ory.hydra.api sh.ory.hydra.model -
-
Uses of UserinfoResponse in sh.ory.hydra.api
Methods in sh.ory.hydra.api that return UserinfoResponse Modifier and Type Method Description UserinfoResponsePublicApi. userinfo()OpenID Connect Userinfo This endpoint returns the payload of the ID Token, including the idTokenExtra values, of the provided OAuth 2.0 Access Token.Methods in sh.ory.hydra.api that return types with arguments of type UserinfoResponse Modifier and Type Method Description ApiResponse<UserinfoResponse>PublicApi. userinfoWithHttpInfo()OpenID Connect Userinfo This endpoint returns the payload of the ID Token, including the idTokenExtra values, of the provided OAuth 2.0 Access Token.Method parameters in sh.ory.hydra.api with type arguments of type UserinfoResponse Modifier and Type Method Description okhttp3.CallPublicApi. userinfoAsync(ApiCallback<UserinfoResponse> _callback)OpenID Connect Userinfo (asynchronously) This endpoint returns the payload of the ID Token, including the idTokenExtra values, of the provided OAuth 2.0 Access Token. -
Uses of UserinfoResponse in sh.ory.hydra.model
Methods in sh.ory.hydra.model that return UserinfoResponse Modifier and Type Method Description UserinfoResponseUserinfoResponse. birthdate(String birthdate)UserinfoResponseUserinfoResponse. email(String email)UserinfoResponseUserinfoResponse. emailVerified(Boolean emailVerified)UserinfoResponseUserinfoResponse. familyName(String familyName)UserinfoResponseUserinfoResponse. gender(String gender)UserinfoResponseUserinfoResponse. givenName(String givenName)UserinfoResponseUserinfoResponse. locale(String locale)UserinfoResponseUserinfoResponse. middleName(String middleName)UserinfoResponseUserinfoResponse. name(String name)UserinfoResponseUserinfoResponse. nickname(String nickname)UserinfoResponseUserinfoResponse. phoneNumber(String phoneNumber)UserinfoResponseUserinfoResponse. phoneNumberVerified(Boolean phoneNumberVerified)UserinfoResponseUserinfoResponse. picture(String picture)UserinfoResponseUserinfoResponse. preferredUsername(String preferredUsername)UserinfoResponseUserinfoResponse. profile(String profile)UserinfoResponseUserinfoResponse. sub(String sub)UserinfoResponseUserinfoResponse. updatedAt(Long updatedAt)UserinfoResponseUserinfoResponse. website(String website)UserinfoResponseUserinfoResponse. zoneinfo(String zoneinfo)
-