3xx InfoValidateCredentials requires user to confirm credentials before going forward (300).
(id string, ts time.Time)
| 1046 | |
| 1047 | // InfoValidateCredentials requires user to confirm credentials before going forward (300). |
| 1048 | func InfoValidateCredentials(id string, ts time.Time) *ServerComMessage { |
| 1049 | return InfoValidateCredentialsExplicitTs(id, ts, ts) |
| 1050 | } |
| 1051 | |
| 1052 | // InfoValidateCredentialsExplicitTs requires user to confirm credentials before going forward |
| 1053 | // with explicit server and incoming request timestamps (300). |
no test coverage detected
searching dependent graphs…