LogoutTokenValidationException Class
Thrown when a Logout Token failed one of the validation steps of section 2.6.
public sealed class LogoutTokenValidationException : System.ExceptionInheritance System.Object → System.Exception → LogoutTokenValidationException
Remarks
Section 2.6 names the answer that goes with it: "If any of the validation steps fails, reject the Logout Token and return an HTTP 400 Bad Request error."
Constructors
LogoutTokenValidationException(string) Constructor
Thrown when a Logout Token failed one of the validation steps of section 2.6.
public LogoutTokenValidationException(string message);Parameters
message System.String
Remarks
Section 2.6 names the answer that goes with it: "If any of the validation steps fails, reject the Logout Token and return an HTTP 400 Bad Request error."