Uses of Record Class
io.fluxzero.idp.client.OidcLoginState
-
Uses of OidcLoginState in io.fluxzero.idp.client
Methods in io.fluxzero.idp.client that return OidcLoginStateModifier and TypeMethodDescriptionstatic OidcLoginStateCreates a new login state using the system clock.static OidcLoginStateCreates a new login state expiring after the supplied time-to-live.OidcLoginStateCodec.decodeOrThrow(String cookieValue) Decodes a cookie value and throws when it is invalid or tampered.Methods in io.fluxzero.idp.client that return types with arguments of type OidcLoginStateModifier and TypeMethodDescriptionDecodes and validates a login state cookie value.Methods in io.fluxzero.idp.client with parameters of type OidcLoginStateModifier and TypeMethodDescriptionOidcClient.authorizationUrl(OidcLoginState loginState) Builds the authorization endpoint URL from a stateless login transaction.OidcLoginStateCodec.encode(OidcLoginState loginState) Encodes a login state into an encrypted cookie value.