# NOT RUN {
# The following example shows how to request a randomly generated
# password. This example includes the optional flags to require spaces and
# at least one character of each included type. It specifies a length of
# 20 characters.
# }
# NOT RUN {
svc$get_random_password(
IncludeSpace = TRUE,
PasswordLength = 20L,
RequireEachIncludedType = TRUE
)
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab