2.2.1. Client Register Operation Response: default expires_at value?

Issue #735 resolved
Vladimir Dzhuvinov created an issue

If a client_secret is returned but the expires_at parameter is omitted in the response, what expiration should the client assume?

Should we define a default value of zero (no-expiration) for this case?

Or should we require the expires_at parameter to be present when a client_secret is returned?

Comments (5)

  1. Former user Account Deleted

    If it's not included, the client can't assume anything about the expiration of the client_secret.

  2. Log in to comment