KindeSDK.SDK.Utils (kinde_sdk v1.0.0)

Link to this section Summary

Link to this section Functions

Link to this function

add_additional_params(target, additional_params)

@spec add_additional_params(map(), map()) :: map()
Link to this function

check_additional_params(params)

@spec check_additional_params(map()) :: map()
Link to this function

generate_challenge()

@spec generate_challenge() :: %{
  code_challenge: binary(),
  code_verifier: binary(),
  state: binary()
}
Link to this function

parse_jwt(token)

@spec parse_jwt(nil | binary()) :: any()
Link to this function

random_string(length \\ 32)

@spec random_string(any()) :: binary()
Link to this function

validate_url(url)

@spec validate_url(binary()) :: boolean()